home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / vyzkuste / pspad / pspad433inst_cz.exe / {app} / Syntax / Haskell 98.ini < prev    next >
INI File  |  2004-10-04  |  3KB  |  277 lines

  1. ;PSPad user HighLighter definition file
  2. [Settings]
  3. Name=Haskell 98
  4. HTMLGroup=0
  5. FileType=.hs,.lhs
  6. CommentString=--
  7. ANSIComment=0
  8. PasComment=0
  9. SlashComment=0
  10. CComment=0
  11. SpecComment=0
  12. BasComment=0
  13. FoxComment=0
  14. REMComment=0
  15. ExclComment=0
  16. ByComment=0
  17. SharpComment=0
  18. SlashComment=0
  19. PerCentComment=0
  20. SinglQComment=0
  21. DblQComment=0
  22. SQLComment=1
  23. FortranComment=0
  24. CStarComment=0
  25. DollarComment=0
  26. LBracketComment=0
  27. SingleQuote=1
  28. DoubleQuote=1
  29. Preprocessors=0
  30. IndentChar=
  31. UnIndentChar=
  32. TabWidth=4
  33. CaseSensitive=1
  34. PocoComment=0
  35. SmartComment=0
  36. HaskellComment=1
  37. KeyWordChars=_'
  38. [KeyWords]
  39. _=
  40. case=
  41. class=
  42. data=
  43. default=
  44. deriving=
  45. do=
  46. else=
  47. if=
  48. import=
  49. in=
  50. infix=
  51. infixl=
  52. infixr=
  53. instance=
  54. let=
  55. module=
  56. newtype=
  57. of=
  58. then=
  59. type=
  60. where=
  61. [ReservedWords]
  62. abs=
  63. acos=
  64. acosh=
  65. all=
  66. and=
  67. any=
  68. appendFile=
  69. asin=
  70. asinh=
  71. asTypeOf=
  72. atan=
  73. atan2=
  74. atanh=
  75. Bool=
  76. Bounded=
  77. break=
  78. catch=
  79. ceiling=
  80. compare=
  81. concat=
  82. concatMap=
  83. const=
  84. cos=
  85. cosh=
  86. curry=
  87. cycle=
  88. decodeFloat=
  89. div=
  90. divMod=
  91. Double=
  92. drop=
  93. dropWhile=
  94. Either=
  95. either=
  96. elem=
  97. encodeFloat=
  98. Enum=
  99. enumFrom=
  100. enumFromThen=
  101. enumFromThenTo=
  102. enumFromTo=
  103. EQ=
  104. Eq=
  105. error=
  106. even=
  107. exp=
  108. exponent=
  109. fail=
  110. False=
  111. FilePath=
  112. filter=
  113. flip=
  114. Float=
  115. floatDigits=
  116. Floating=
  117. floatRadix=
  118. floatRange=
  119. floor=
  120. fmap=
  121. foldl=
  122. foldl1=
  123. foldr=
  124. foldr1=
  125. Fractional=
  126. fromEnum=
  127. fromInteger=
  128. fromIntegral=
  129. fromRational=
  130. fst=
  131. Functor=
  132. gcd=
  133. getContents=
  134. getChar=
  135. getLine=
  136. GT=
  137. head=
  138. Char=
  139. id=
  140. init=
  141. Int=
  142. Integer=
  143. Integral=
  144. interact=
  145. IO=
  146. ioError=
  147. IOError=
  148. isDenormalized=
  149. isIEEE=
  150. isInfinite=
  151. isNaN=
  152. isNegativeZero=
  153. iterate=
  154. Just=
  155. last=
  156. lcm=
  157. Left=
  158. length=
  159. lex=
  160. lines=
  161. log=
  162. logBase=
  163. lookup=
  164. LT=
  165. map=
  166. mapM=
  167. mapM_=
  168. max=
  169. maxBound=
  170. maximum=
  171. maybe=
  172. Maybe=
  173. min=
  174. minBound=
  175. minimum=
  176. mod=
  177. Monad=
  178. negate=
  179. not=
  180. notElem=
  181. Nothing=
  182. null=
  183. Num=
  184. odd=
  185. or=
  186. Ord=
  187. Ordering=
  188. otherwise=
  189. pi=
  190. pred=
  191. print=
  192. product=
  193. properFraction=
  194. putChar=
  195. putStr=
  196. putStrLn=
  197. quot=
  198. quotRem=
  199. Rational=
  200. read=
  201. Read=
  202. readFile=
  203. readIO=
  204. readList=
  205. readLn=
  206. readParen=
  207. ReadS=
  208. reads=
  209. readsPrec=
  210. Real=
  211. RealFloat=
  212. RealFrac=
  213. realToFrac=
  214. recip=
  215. rem=
  216. repeat=
  217. replicate=
  218. return=
  219. reverse=
  220. Right=
  221. round=
  222. scaleFloat=
  223. scanl=
  224. scanl1=
  225. scanr=
  226. scanr1=
  227. seq=
  228. sequence=
  229. sequence_=
  230. show=
  231. Show=
  232. showChar=
  233. showList=
  234. showParen=
  235. ShowS=
  236. shows=
  237. showsPrec=
  238. showString=
  239. significand=
  240. signum=
  241. sin=
  242. sinh=
  243. snd=
  244. span=
  245. splitAt=
  246. sqrt=
  247. String=
  248. subtract=
  249. succ=
  250. sum=
  251. tail=
  252. take=
  253. takeWhile=
  254. tan=
  255. tanh=
  256. toEnum=
  257. toInteger=
  258. toRational=
  259. True=
  260. truncate=
  261. uncurry=
  262. undefined=
  263. unlines=
  264. until=
  265. unwords=
  266. unzip=
  267. unzip3=
  268. userError=
  269. words=
  270. writeFile=
  271. zip=
  272. zip3=
  273. zipWith=
  274. zipWith3=
  275. [KeyWords2]
  276. [KeyWords3]
  277.